projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e95e59
)
bitkeeper revision 1.990.2.3 (40d6e1bdskqDk0KjO_liWAgHndEuiQ)
author
mjw@wray-m-3.hpl.hp.com
<mjw@wray-m-3.hpl.hp.com>
Mon, 21 Jun 2004 13:25:17 +0000
(13:25 +0000)
committer
mjw@wray-m-3.hpl.hp.com
<mjw@wray-m-3.hpl.hp.com>
Mon, 21 Jun 2004 13:25:17 +0000
(13:25 +0000)
Fix problem with missing fields in domain_getinfo.
tools/xc/py/Xc.c
patch
|
blob
|
history
diff --git
a/tools/xc/py/Xc.c
b/tools/xc/py/Xc.c
index b32d456b2ce1b67b59ad48a3a03c4b74dcfc8407..2ece932085f8731f6ba928cf1d66f8a9e429b529 100644
(file)
--- a/
tools/xc/py/Xc.c
+++ b/
tools/xc/py/Xc.c
@@
-166,7
+166,7
@@
static PyObject *pyxc_domain_getinfo(PyObject *self,
{
PyList_SetItem(
list, i,
- Py_BuildValue("{s:i,s:i,s:i,s:i,s:l,s:L,s:s,s:l}",
+ Py_BuildValue("{s:i,s:i,s:i,s:i,s:
i,s:i,s:i,s:i,s:
l,s:L,s:s,s:l}",
"dom", info[i].domid,
"cpu", info[i].cpu,
"dying", info[i].dying,